From 9eaf53f5a0c6830aa16a062d9ab1e5de6d6a7f62 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 7 Feb 2012 17:18:10 +0000 Subject: [PATCH] libxl: remove shebang from bash_completion helper Fix rpmlint warning: xen-tools.x86_64: W: sourced-script-with-shebang /etc/bash_completion.d/xl.sh /bin/bash This text file contains a shebang, but is meant to be sourced, not executed. Signed-off-by: Olaf Hering Committed-by: Ian Jackson --- tools/libxl/bash-completion | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/bash-completion b/tools/libxl/bash-completion index 513d28e9b6..b7cd6b3992 100644 --- a/tools/libxl/bash-completion +++ b/tools/libxl/bash-completion @@ -1,4 +1,3 @@ -#!/bin/bash # Copy this file to /etc/bash_completion.d/xl.sh _xl() -- 2.30.2